home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / c / cpptask1.zip / MAKEFILE < prev    next >
Text File  |  1991-02-04  |  143b  |  10 lines

  1. !include        "../make.ini"
  2.  
  3. main.exe        :       main.obj        task.obj
  4.         $(TLINK) @&&!
  5. main task
  6. main
  7. main
  8. $(TCLIBS)
  9. !
  10.